Skip to content

docs(readme): restore Star History widget - #2054

Merged
josecelano merged 2 commits into
torrust:developfrom
Mubelotix:patch-2
Aug 18, 2026
Merged

docs(readme): restore Star History widget#2054
josecelano merged 2 commits into
torrust:developfrom
Mubelotix:patch-2

Conversation

@Mubelotix

Copy link
Copy Markdown
Contributor

Fixes #1996

This new provider revives the OG project

Fixes torrust#1996

This new provider revives the OG project
@josecelano

Copy link
Copy Markdown
Member

Hi @Mubelotix thank you for your contribution!

I removed the old widget because it had a request limit without a token. I tried to use a token but it didn't worked either.

It seems you are using a new provider.

@josecelano josecelano left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Mubelotix, It's the wrong repo.

Image

And make sure we will not have the same rate-limit problem, is it needed a token for that with this provider?

@josecelano

Copy link
Copy Markdown
Member

Relates to:

The right widget code should be:

## Star History

<a href="https://star-history.dera.page/#torrust/torrust-tracker">
 <picture>
   <source media="(prefers-color-scheme: dark)" srcset="https://star-history.dera.page/svg?repos=torrust/torrust-tracker&theme=dark" />
   <source media="(prefers-color-scheme: light)" srcset="https://star-history.dera.page/svg?repos=torrust/torrust-tracker" />
   <img alt="Star History Chart" src="https://star-history.dera.page/svg?repos=torrust/torrust-tracker" />
 </picture>
</a>

But that does not include the token.

star-history-2026818

It requires anyway the github personal token. I think we can just paste this PNG image and update it from time to time.

@josecelano josecelano closed this Aug 18, 2026
@Mubelotix

Copy link
Copy Markdown
Contributor Author

But that does not include the token.

The whole point of the alternative is that you don't need a token, your snippet is correct and should work correctly. You are right though, this MR doesn't target the correct repo

@josecelano

Copy link
Copy Markdown
Member

But that does not include the token.

The whole point of the alternative is that you don't need a token, your snippet is correct and should work correctly. You are right though, this MR doesn't target the correct repo

OK thanks @Mubelotix, if you rebase and update the widget I will merge it.

@josecelano josecelano reopened this Aug 18, 2026
@josecelano

Copy link
Copy Markdown
Member

But that does not include the token.

The whole point of the alternative is that you don't need a token, your snippet is correct and should work correctly. You are right though, this MR doesn't target the correct repo

And I'm not sure I does not require a token. See https://star-history.dera.page/how-to-use:

image

Apparently it needs a token but without write permissions:

image

If that's right, you can't do it. I will do it later.

@josecelano

Copy link
Copy Markdown
Member

OK, I see that the docs are not updated to use the new domain:

https://star-history.dera.page/

@Mubelotix

Copy link
Copy Markdown
Contributor Author

Sorry for that it is clearly confusing. I'm the creator of that fork and I did not update the how-to-use page correctly. You do not need any token, just use this

## Star History

<a href="https://star-history.dera.page/#torrust/torrust-tracker">
 <picture>
   <source media="(prefers-color-scheme: dark)" srcset="https://star-history.dera.page/svg?repos=torrust/torrust-tracker&theme=dark" />
   <source media="(prefers-color-scheme: light)" srcset="https://star-history.dera.page/svg?repos=torrust/torrust-tracker" />
   <img alt="Star History Chart" src="https://star-history.dera.page/svg?repos=torrust/torrust-tracker" />
 </picture>
</a>

Star History

Star History Chart

@Mubelotix

Copy link
Copy Markdown
Contributor Author

I have updated the PR, feel free to merge or close, at your option

@josecelano
josecelano self-requested a review August 18, 2026 10:22
@josecelano josecelano self-assigned this Aug 18, 2026
@josecelano

Copy link
Copy Markdown
Member

ACK 8f1f7e3

@josecelano
josecelano merged commit b371a9e into torrust:develop Aug 18, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix update Star History widget with token

2 participants